home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / doors / what / smakefile < prev    next >
Encoding:
Makefile  |  1996-02-18  |  191 b   |  14 lines

  1. #
  2. # Makefile for Transfer Activities v2.0 - All rights reseved.
  3. # Copyright (c)1994-95 Bobo of Mystic.
  4. #
  5.  
  6. OBJS= What.o
  7.  
  8. Main: $(OBJS)
  9.    sc link with <<
  10. $(OBJS)
  11. <
  12.  
  13. What.o: What.c structure.h
  14.